@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1200px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

#header {
    height: 380px;
}


/* 搜索框 */

.search {
    margin-top: 10px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    height: 38px;
    border: 1px solid #d2d2d2;
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 38px;
    line-height: 37px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.search .input-box {
    width: 100%;
    height: 38px;
    line-height: 37px;
    border: 0;
    background: 0 0;
}


/* header */

.header {
    height: 380px;
    background: url(../images/header_bg.jpg) no-repeat center top;
    position: relative;
}

.header-top {
    padding-top: 104px;
    font-size: 16px;
}

.choose-box {
    position: relative;
}

.choose-box>div {
    height: 40px;
}

.choose-box>div:hover+.choose-list,
.choose-list:hover {
    display: block;
}

.city-choose {
    color: #fff;
    cursor: pointer;
    padding: 0 14px 0 28px;
    margin: 14px 0 0 24px;
    height: 30px;
    line-height: 30px;
    background: #5b93d3 url(../images/location_icon.png) no-repeat 10px center;
    border-radius: 15px;
}

.choose-list {
    display: none;
    width: 607px;
    box-sizing: border-box;
    padding: 8px 20px 18px 5px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 10;
}

.choose-list>li {
    margin: 12px 0 0 15px;
}

.choose-list>li>a {
    display: inline-block;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    background-color: #e1ebf6;
}

.choose-list>li.current>a {
    background-color: #5b93d3;
    color: #fff;
}

.city-choose:hover {
    background-color: #3b7cc5;
}

.header-top>.input-tips>.input-box {
    width: 370px;
    height: 50px;
    /* background-color: #ebf3fb; */
	background-color: white;
    border-radius: 25px;
    line-height: 50px;
    padding: 0 90px 0 20px;
    box-sizing: border-box;
}

.header-top>.input-tips {
    position: relative;
    margin-top: 30px;
}

.header-top>.input-tips>.input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    color: #999;
    height: 50px;
    line-height: 50px;
}

.input-tips>a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 50px;
    background: #5992d2 url(../images/search_btn.png) no-repeat center;
    border-radius: 25px;
}


.input-tips>a:hover {
    background-color: #4583c9;
}

.search_delete {
    right: 80px;
    top: 6px;
    background: url(../images/delete.png) no-repeat #fff center center;
    display: none;
    height: 38px;
    position: absolute;
    width: 32px;
    cursor: pointer;
}

.nav {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(52, 120, 196, 0.9);
    height: 60px;
    line-height: 60px;
}

.nav-item {
    position: relative;
    float: left;
    width: 14.2%;
}

.nav-name {
    display: block;
    color: #fff;
    text-align: center;
}

.nav-item:hover,
.nav-item.current {
    font-weight: bold;
    background: rgba(137, 218, 255, 0.5);
}

.sub-nav {
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    border-top: 2px solid #fff;
    display: none;
    background: rgba(73, 135, 206, 0.8);
    padding: 5px 0;
    font-size: 16px;
    z-index: 100;
}

.sub-nav-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.sub-nav-name {
    display: block;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}

.sub-nav-name:hover {
    background: #3676be;
}

.nav-item:hover .sub-nav {
    display: block;
}


/* footer */

.footer {
    margin-top: 40px;
}

.chosen-box {
    /* background-color: #f0f0f0; */
    height: 70px;
    line-height: 70px;
}

.ewb-firendlink {
    margin-left: -36px;
}

.ewb-firendlink-li {
    width: 25%;
}

.ewb-friendlink {
    margin-left: 36px;
}

.ewb-sel {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 20px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    font-size: 16px;
    color: #666;
}

.footer .chosen-container {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-family: "Microsoft YaHei";
    background-color: #fff;
}

.footer .chosen-container-single .chosen-single {
    padding: 0 0 0 20px;
    height: 34px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #666;
}

.footer .chosen-container-single .chosen-single.cur {
    color: #666;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.footer .chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
}

.footer .chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.footer .chosen-container-single .chosen-single div b {
    width: 20px;
    height: 34px;
    background: url('../images/footer_down_arrow.png') left center no-repeat;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/footer_up_arrow.png') left center no-repeat;
}

.footer .chosen-container-single .chosen-drop {
    top: auto;
    bottom: 34px;
    border: 0;
    border-radius: 0;
}

.footer .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
    background-color: #fff;
}

.footer .chosen-container .chosen-results li {
    padding-left: 20px;
    padding-right: 10px;
    line-height: 16px;
}

.footer .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.always-box {
    background-color: #f7f7f7;
}

.always-use {
    font-size: 16px;
    color: #666;
    height: 60px;
    line-height: 60px;
}

.always-use>span {
    display: inline-block;
    width: 80px;
}

.use-list {
    width: calc(100% - 80px);
}

.use-list>li {
    width: 25%;
    height: 60px;
}

.use-list>li>a {
    display: inline-block;
    max-width: 100%;
    color: #666;
    margin-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.use-list>li>a:hover {
    color: #5b93d3;
}

.info-box {
    padding-bottom: 40px;
    padding-top: 40px;
}

.info {
    background-color: #eee;
    color: #999;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 8px 20px 14px;
    line-height: 36px;
}

.main-info {
    width: 320px;
}

.number-info {
    width: 715px;
    margin-left: 20px;
}

.number-info>ul {
    margin-left: -15px;
}

.number-info>ul>li {
    margin-left: 15px;
}

.number-info>ul>li>span {
    color: #5b93d3;
}

.img-box {
    width: 123px;
    margin-left: 20px;
}

.img-box>a {
    display: block;
    margin: 0 auto;
}

.img-box>a:first-child {
    width: 58px;
    height: 72px;
    margin-top: -8px;
}

.img-box>a:last-child {
    width: 123px;
    height: 60px;
    margin-top: 8px;
}

.footer-down {
    height: 67px;
    line-height: 67px;
    background-color: #4281c6;
}

.footer-down>ul {
    text-align: center;
}

.footer-down>ul>li {
    display: inline-block;
    color: #fff;
}

.footer-down>ul>li>a {
    color: #fff;
}

.footer-down>ul>li+li {
    margin-left: 50px;
}

/* 2022-01-21 zsy 春节皮肤 */


/* 头部 */

.spring-theme .header {
    background-image: url("../images/spring_header_bg.jpg");
}

.spring-theme .header-top>img {
    content: url("../images/spring_logo.png");
}

.spring-theme .city-choose,
.spring-theme .choose-list>li.current>a {
    background-color: #f16258;
}

.spring-theme .header-top {
    padding-top: 63px;
}

.spring-theme .input-tips>a {
    background-color: #f05d52;
}

.spring-theme .header-top>.input-tips>.input-box {
    background-color: rgba(255, 255, 255, 0.7);
}

.spring-theme .search_delete {
    background-color: transparent;
}

.spring-theme .header-top>.input-tips>.input-placeholder {
    color: #fff;
}

.spring-theme .nav {
    background-color: rgba(205, 58, 51, 0.86);
}

.spring-theme .nav-item:hover,
.spring-theme .nav-item.current {
    background: rgba(255, 47, 37, 0.8);
}

.spring-theme .sub-nav {
    background: rgba(205, 58, 51, 0.86);
}

.spring-theme .sub-nav-name:hover {
    background: #ff2f25;
}


/* 底部 */

.spring-theme .footer-down {
    background-color: #cd3a33;
}